home *** CD-ROM | disk | FTP | other *** search
/ IRIX Development Foundation 1.2 for IRIX 6.4 / IRIX Development Foundation 1.2 for IRIX 6.4.img / relnotes / compiler_dev / ch4.z / ch4
Text File  |  1999-04-28  |  2KB  |  132 lines

  1.  
  2.  
  3.  
  4.                                                - 1 -
  5.  
  6.  
  7.  
  8.                     Base Development 7.3 Release Notes
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.                                                - 2 -
  69.  
  70.  
  71.  
  72.                     4.  _K_n_o_w_n__B_u_g_s__a_n_d__W_o_r_k_a_r_o_u_n_d_s
  73.  
  74.                     This chapter lists known bugs and workarounds.
  75.  
  76.                     572790   Compiling a large switch statement with
  77.                              5000 case statements with the -Ofast
  78.                              option causes a compiler assertion
  79.                              failure. The workaround is to use a
  80.                              lower level of optimization.
  81.  
  82.                     649262   Incorrect conditional expansion occurs
  83.                              when cc -O3-IPA is used.
  84.  
  85.                     678005   Users who have capabilities enabled
  86.                              might have problems with any of the
  87.                              following:
  88.  
  89.                                 +o Compiling
  90.  
  91.                                 +o Debugging
  92.  
  93.                                 +o Running C++ applications
  94.  
  95.                                   We recommend that during
  96.                                   development the user change shells
  97.                                   to one not using capabilities.
  98.  
  99.                                   In addition, if the application
  100.                                   uses C++ exception handling, the
  101.                                   user should run the following
  102.                                   command on that application:
  103.  
  104.                                           chap 'all-eip' <_a_p_p_l_i_c_a_t_i_o_n>
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.